Hi, I am trying to pass multiple id’s into the api and it does not seem to filter based on all and only this first value, any idea what I’m doing wrong here ?
Sample
/oncalls?time_zone=UTC&escalation_policy_ids%5B%5D=P9OFD2O%2C+P2EQYW3
Hi, I am trying to pass multiple id’s into the api and it does not seem to filter based on all and only this first value, any idea what I’m doing wrong here ?
Sample
/oncalls?time_zone=UTC&escalation_policy_ids%5B%5D=P9OFD2O%2C+P2EQYW3
To pass multiple id’s, try the following formatting:
escalation_policy_ids%5B%5D=P<...>&escalation_policy_ids%5B%5D=P<...>
Thank you, that worked.